home *** CD-ROM | disk | FTP | other *** search
- struct REGS
- {
- unsigned int ax, bx, cx, dx, si, di, cf;
- };
-
- void int86(unsigned int i, struct REGS *rx, struct REGS *ry);
- void clrscr(), gotoxy(int x, int y);
-
- unsigned int inp(unsigned int port), inpw(unsigned int port);
- void outp(unsigned int port, unsigned int n), outpw(unsigned int port, unsigned int n);
-
-
- int bios_serial(unsigned port, unsigned service, unsigned data);
- unsigned long bios_clock();
- int kbhit(), getch(), getche();
-